Skip to content

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Oct 7, 2025

About this PR

πŸ“¦ Updates org.scala-lang:scala-library from 2.13.16 to 2.13.17

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala-library" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

@Philippus Philippus requested review from SethTisue and lrytz October 8, 2025 05:50
@Philippus
Copy link
Member

Philippus commented Oct 8, 2025

@lrytz @SethTisue should we be concerned about this error?

We found the following incompatibilities:
[error]    * method sliding(Int,Int)scala.collection.Iterator in class scala.util.parsing.input.PagedSeq has a different generic signature in previous version, where it is (II)Lscala/collection/Iterator<Lscala/collection/Iterable<TA;>;>; rather than (II)Lscala/collection/Iterator<Lscala/collection/IndexedSeq<TT;>;>;. See https://github.com/lightbend/mima#incompatiblesignatureproblem

Probably because of this PR: scala/scala#11029

@scala-steward scala-steward force-pushed the update/scala-library-2.13.17 branch from 946433d to 5768080 Compare October 17, 2025 20:16
@lrytz lrytz force-pushed the update/scala-library-2.13.17 branch from 5768080 to 16c993e Compare October 20, 2025 12:37
@lrytz
Copy link
Member

lrytz commented Oct 20, 2025

Looks fine, thank you for the reference. I added a mima filter.

@lrytz lrytz merged commit dc5abd8 into scala:main Oct 20, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants